【例子介绍】《C#项目开发全程实录》源码
《C#项目开发全程实录》.随书.源码包含了 书本中的10章源码供参考。
【相关图片】
【源码结构】
文件清单
└── 源程序
├── 01
│ ├── readme.doc
│ └── VWMS
│ ├── VWMS
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.MediaPlayer.dll
│ │ │ ├── Interop.MediaPlayer.dll
│ │ │ ├── VWMS.exe
│ │ │ ├── VWMS.pdb
│ │ │ ├── VWMS.vshost.exe
│ │ │ └── 系统注册机.exe
│ │ ├── CommonClass
│ │ │ ├── DataCon.cs
│ │ │ ├── DataOperate.cs
│ │ │ ├── PelcoD.cs
│ │ │ ├── SoftReg.cs
│ │ │ └── VideoOperate.cs
│ │ ├── DataBase
│ │ │ └── db_VWMS.mdb
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmPlay.cs
│ │ ├── frmPlay.Designer.cs
│ │ ├── frmPlay.resx
│ │ ├── frmRegister.cs
│ │ ├── frmRegister.Designer.cs
│ │ ├── frmRegister.resx
│ │ ├── frmSetMonitor.cs
│ │ ├── frmSetMonitor.Designer.cs
│ │ ├── frmSetMonitor.resx
│ │ ├── Image
│ │ │ ├── 主页面
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 上.png
│ │ │ │ ├── 下.png
│ │ │ │ ├── 主界面图片.bmp
│ │ │ │ ├── 主界面背景.bmp
│ │ │ │ ├── 停止.png
│ │ │ │ ├── 光圈 .png
│ │ │ │ ├── 光圈-.png
│ │ │ │ ├── 右.png
│ │ │ │ ├── 回放.png
│ │ │ │ ├── 对焦 .png
│ │ │ │ ├── 对焦-按钮.png
│ │ │ │ ├── 左.png
│ │ │ │ ├── 录像.png
│ │ │ │ ├── 快照.png
│ │ │ │ ├── 注册.png
│ │ │ │ ├── 监控管理.png
│ │ │ │ ├── 聚焦 按钮.png
│ │ │ │ ├── 聚焦-按钮.png
│ │ │ │ ├── 雨刷 .png
│ │ │ │ └── 雨刷-.png
│ │ │ ├── 播放器页面
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 关闭按钮.png
│ │ │ │ └── 回放按钮.png
│ │ │ ├── 用户.ico
│ │ │ ├── 监控管理界面
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 修改.bmp
│ │ │ │ ├── 删除按钮.bmp
│ │ │ │ ├── 添加按钮.bmp
│ │ │ │ └── 背景.bmp
│ │ │ ├── 系统登录
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 登录按钮.png
│ │ │ │ ├── 登录背景.bmp
│ │ │ │ └── 退出按钮.png
│ │ │ └── 软件注册页面
│ │ │ ├── Thumbs.db
│ │ │ ├── 关闭按钮.png
│ │ │ ├── 注册按钮.png
│ │ │ └── 背景.bmp
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── VWMS.csproj.GenerateResource.Cache
│ │ │ │ ├── VWMS.csproj.ResolveComReference.cache
│ │ │ │ ├── VWMS.exe
│ │ │ │ ├── VWMS.frmLogin.resources
│ │ │ │ ├── VWMS.frmMain.resources
│ │ │ │ ├── VWMS.frmPlay.resources
│ │ │ │ ├── VWMS.frmRegister.resources
│ │ │ │ ├── VWMS.frmSetMonitor.resources
│ │ │ │ ├── VWMS.pdb
│ │ │ │ └── VWMS.Properties.Resources.resources
│ │ │ └── VWMS.csproj.FileList.txt
│ │ ├── Photo
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Video
│ │ ├── VWMS.csproj
│ │ └── VWMS.csproj.user
│ ├── VWMS.sln
│ └── VWMS.suo
├── 02
│ ├── readme.doc
│ └── SMS
│ ├── SMS
│ │ ├── AboutBox1.cs
│ │ ├── AboutBox1.Designer.cs
│ │ ├── AboutBox1.resx
│ │ ├── BaseClass
│ │ │ ├── ConnClass.cs
│ │ │ └── GSM.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── Interop.WMPLib.dll
│ │ │ ├── SMS.exe
│ │ │ ├── SMS.pdb
│ │ │ └── SMS.vshost.exe
│ │ ├── DataBase
│ │ │ └── db_SMS.mdb
│ │ ├── frmAddDy.cs
│ │ ├── frmAddDy.Designer.cs
│ │ ├── frmAddDy.resx
│ │ ├── frmAddUser.cs
│ │ ├── frmAddUser.Designer.cs
│ │ ├── frmAddUser.resx
│ │ ├── frmChangePwd.cs
│ │ ├── frmChangePwd.Designer.cs
│ │ ├── frmChangePwd.resx
│ │ ├── frmCydy.cs
│ │ ├── frmCydy.Designer.cs
│ │ ├── frmCydy.resx
│ │ ├── frmDyChange.cs
│ │ ├── frmDyChange.Designer.cs
│ │ ├── frmDyChange.resx
│ │ ├── frmDy.cs
│ │ ├── frmDy.Designer.cs
│ │ ├── frmDy.resx
│ │ ├── frmLock.cs
│ │ ├── frmLock.Designer.cs
│ │ ├── frmLock.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmMain.cs
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.resx
│ │ ├── frmResvice.cs
│ │ ├── frmResvice.Designer.cs
│ │ ├── frmResvice.resx
│ │ ├── frmSendSMS.cs
│ │ ├── frmSendSMS.Designer.cs
│ │ ├── frmSendSMS.resx
│ │ ├── frmSmsXX.cs
│ │ ├── frmSmsXX.Designer.cs
│ │ ├── frmSmsXX.resx
│ │ ├── frmTel.cs
│ │ ├── frmTel.Designer.cs
│ │ ├── frmTelNote.cs
│ │ ├── frmTelNote.Designer.cs
│ │ ├── frmTelNote.resx
│ │ ├── frmTel.resx
│ │ ├── frmYfxx.cs
│ │ ├── frmYfxx.Designer.cs
│ │ ├── frmYfxx.resx
│ │ ├── Image
│ │ │ ├── an_1.gif
│ │ │ ├── an_2.gif
│ │ │ ├── b1.gif
│ │ │ ├── b2.gif
│ │ │ ├── bg_1.gif
│ │ │ ├── bg_2.gif
│ │ │ ├── bg.jpg
│ │ │ ├── j_1.gif
│ │ │ ├── login_1.gif
│ │ │ ├── login_2.gif
│ │ │ └── login.jpg
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── Refactor
│ │ │ │ ├── SMS.AboutBox1.resources
│ │ │ │ ├── SMS.csproj.GenerateResource.Cache
│ │ │ │ ├── SMS.csproj.ResolveComReference.cache
│ │ │ │ ├── SMS.exe
│ │ │ │ ├── SMS.frmAddDy.resources
│ │ │ │ ├── SMS.frmAddUser.resources
│ │ │ │ ├── SMS.frmChangePwd.resources
│ │ │ │ ├── SMS.frmCydy.resources
│ │ │ │ ├── SMS.frmDyChange.resources
│ │ │ │ ├── SMS.frmDy.resources
│ │ │ │ ├── SMS.frmLock.resources
│ │ │ │ ├── SMS.frmLogin.resources
│ │ │ │ ├── SMS.frmMain.resources
│ │ │ │ ├── SMS.frmResvice.resources
│ │ │ │ ├── SMS.frmSendSMS.resources
│ │ │ │ ├── SMS.frmSmsXX.resources
│ │ │ │ ├── SMS.frmTelNote.resources
│ │ │ │ ├── SMS.frmTel.resources
│ │ │ │ ├── SMS.frmYfxx.resources
│ │ │ │ ├── SMS.pdb
│ │ │ │ ├── SMS.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│ │ │ │ ├── DataBase.db_SMSDataSet.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── SMS.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── bg10.gif
│ │ │ ├── login.jpg
│ │ │ ├── mb_08.gif
│ │ │ ├── menu_top_r1_c2.gif
│ │ │ ├── new_nav_r1_c1.gif
│ │ │ ├── plyer_r5_c2.jpg
│ │ │ ├── search_bg.jpg
│ │ │ ├── sort_bg_02.gif
│ │ │ └── vod_mf_r21_c7.jpg
│ │ ├── SMS.csproj
│ │ └── SMS.csproj.user
│ ├── SMS.sln
│ └── SMS.suo
├── 03
│ ├── Daila
│ │ ├── Daila
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.pdb
│ │ │ │ └── Daila.vshost.exe
│ │ │ ├── D160A.cs
│ │ │ ├── Daila.csproj
│ │ │ ├── DataBase
│ │ │ │ └── db_Dainla.mdb
│ │ │ ├── Form4.Designer.cs
│ │ │ ├── frmCustomer.cs
│ │ │ ├── frmCustomer.Designer.cs
│ │ │ ├── frmCustomer.resx
│ │ │ ├── frmCustomerUpdate.cs
│ │ │ ├── frmCustomerUpdate.Designer.cs
│ │ │ ├── frmCustomerUpdate.resx
│ │ │ ├── frmDai.cs
│ │ │ ├── frmDai.Designer.cs
│ │ │ ├── frmDai.resx
│ │ │ ├── frmEmployeeInfo.cs
│ │ │ ├── frmEmployeeInfo.Designer.cs
│ │ │ ├── frmEmployeeInfo.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmProd.cs
│ │ │ ├── frmProd.Designer.cs
│ │ │ ├── frmProd.resx
│ │ │ ├── frmtbProduction.cs
│ │ │ ├── frmtbProduction.Designer.cs
│ │ │ ├── frmtbProduction.resx
│ │ │ ├── frmtbProPath.cs
│ │ │ ├── frmtbProPath.Designer.cs
│ │ │ ├── frmtbProPathNew.cs
│ │ │ ├── frmtbProPathNew.Designer.cs
│ │ │ ├── frmtbProPathNew.resx
│ │ │ ├── frmtbProPath.resx
│ │ │ ├── frmTel.cs
│ │ │ ├── frmTel.Designer.cs
│ │ │ ├── frmTel.resx
│ │ │ ├── login.cs
│ │ │ ├── login.Designer.cs
│ │ │ ├── login.resx
│ │ │ ├── NewClass
│ │ │ │ ├── tbCustomerClass.cs
│ │ │ │ ├── tbEmployeeClass.cs
│ │ │ │ ├── tbProductionClass.cs
│ │ │ │ ├── tbProPathClass.cs
│ │ │ │ └── tbTelRecordClass.cs
│ │ │ ├── NewMehod
│ │ │ │ ├── tbCustomerMethod.cs
│ │ │ │ ├── tbDaiConnection.cs
│ │ │ │ ├── tbDistionMenthod.cs
│ │ │ │ ├── tbEmployeeMenthod.cs
│ │ │ │ ├── tbProductionMenthod.cs
│ │ │ │ ├── tbProPathMenthod.cs
│ │ │ │ └── tbTelRecordMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── Daila.csproj.FileList.txt
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Daila.exe
│ │ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ │ ├── Daila.login.resources
│ │ │ │ │ ├── Daila.pdb
│ │ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── DataBase.DainlaDataSet.Designer.cs.dll
│ │ │ │ │ ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Release
│ │ │ │ ├── Daila.csproj.GenerateResource.Cache
│ │ │ │ ├── Daila.exe
│ │ │ │ ├── Daila.frmCustomerAdd.resources
│ │ │ │ ├── Daila.frmCustomer.resources
│ │ │ │ ├── Daila.frmCustomerUpdate.resources
│ │ │ │ ├── Daila.frmDai.resources
│ │ │ │ ├── Daila.frmEmployeeInfo.resources
│ │ │ │ ├── Daila.frmEmployee.resources
│ │ │ │ ├── Daila.frmMain.resources
│ │ │ │ ├── Daila.frmProd.resources
│ │ │ │ ├── Daila.frmtbProduction.resources
│ │ │ │ ├── Daila.frmtbProPathNew.resources
│ │ │ │ ├── Daila.frmtbProPath.resources
│ │ │ │ ├── Daila.frmTel.resources
│ │ │ │ ├── Daila.login.resources
│ │ │ │ ├── Daila.pdb
│ │ │ │ ├── Daila.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 取消按钮.bmp
│ │ │ ├── 确定按钮.bmp
│ │ │ └── 背景.bmp
│ │ ├── Daila.sln
│ │ └── Daila.suo
│ └── readme.doc
├── 04
│ ├── KTV
│ │ ├── KTV
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── KTV.exe
│ │ │ │ ├── KTV.exe.config
│ │ │ │ ├── KTV.pdb
│ │ │ │ ├── KTV.vshost.exe
│ │ │ │ └── KTV.vshost.exe.config
│ │ │ ├── Database
│ │ │ │ └── db_KTV.mdb
│ │ │ ├── frmAuton.cs
│ │ │ ├── frmAuton.Designer.cs
│ │ │ ├── frmAuton.resx
│ │ │ ├── frmDaiGe.cs
│ │ │ ├── frmDaiGe.Designer.cs
│ │ │ ├── frmDaiGe.resx
│ │ │ ├── frmdictionary.cs
│ │ │ ├── frmdictionary.Designer.cs
│ │ │ ├── frmdictionary.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmMusicinfo.cs
│ │ │ ├── frmMusicinfo.Designer.cs
│ │ │ ├── frmMusicinfo.resx
│ │ │ ├── frmNumber.cs
│ │ │ ├── frmNumber.Designer.cs
│ │ │ ├── frmNumber.resx
│ │ │ ├── frmPlay.cs
│ │ │ ├── frmPlay.Designer.cs
│ │ │ ├── frmPlay.resx
│ │ │ ├── KTVclass
│ │ │ │ ├── frmdictionaryMenthod.cs
│ │ │ │ ├── getConnection.cs
│ │ │ │ ├── tb_authorinfo.cs
│ │ │ │ ├── tb_authorinfoMenthod.cs
│ │ │ │ ├── tb_computer.cs
│ │ │ │ ├── tb_dictionary.cs
│ │ │ │ ├── tb_musicinfo.cs
│ │ │ │ └── tbMusicnfoMenthod.cs
│ │ │ ├── KTV.csproj
│ │ │ ├── KTV.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ │ ├── KTV.csproj.GenerateResource.Cache
│ │ │ │ │ ├── KTV.csproj.ResolveComReference.cache
│ │ │ │ │ ├── KTV.exe
│ │ │ │ │ ├── KTV.frmAuton.resources
│ │ │ │ │ ├── KTV.frmDaiGe.resources
│ │ │ │ │ ├── KTV.frmdictionary.resources
│ │ │ │ │ ├── KTV.frmLogin.resources
│ │ │ │ │ ├── KTV.frmMain.resources
│ │ │ │ │ ├── KTV.frmMusicinfo.resources
│ │ │ │ │ ├── KTV.frmNumber.resources
│ │ │ │ │ ├── KTV.frmPlay.resources
│ │ │ │ │ ├── KTV.pdb
│ │ │ │ │ ├── KTV.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ ├── Database.db_KTVDataSet.Designer.cs.dll
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── KTV.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 0.png
│ │ │ ├── 取消按钮.bmp
│ │ │ ├── 拼音点歌.png
│ │ │ ├── 播放.png
│ │ │ ├── 数字点歌.png
│ │ │ ├── 明星点歌.png
│ │ │ ├── 歌名点歌.png
│ │ │ ├── 确定按钮.bmp
│ │ │ ├── 背景.bmp
│ │ │ ├── 背景图.bmp
│ │ │ ├── 退出.png
│ │ │ └── 选择.png
│ │ ├── KTV.sln
│ │ └── KTV.suo
│ └── readme.doc
├── 05
│ ├── MyQQ
│ │ ├── MyQQClient
│ │ │ ├── MyQQClient
│ │ │ │ ├── 0.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ ├── MyQQClient.vshost.exe
│ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ └── QQClass.pdb
│ │ │ │ ├── F_Chat.cs
│ │ │ │ ├── F_Chat.Designer.cs
│ │ │ │ ├── F_Chat.resx
│ │ │ │ ├── F_Client.cs
│ │ │ │ ├── F_Client.Designer.cs
│ │ │ │ ├── F_Client.resx
│ │ │ │ ├── F_Logon.cs
│ │ │ │ ├── F_Logon.Designer.cs
│ │ │ │ ├── F_Logon.resx
│ │ │ │ ├── F_SerSetup.cs
│ │ │ │ ├── F_SerSetup.Designer.cs
│ │ │ │ ├── F_SerSetup.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── 0.bmp
│ │ │ │ │ ├── 1.bmp
│ │ │ │ │ ├── center.jpg
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── man1.bmp
│ │ │ │ │ │ ├── man.bmp
│ │ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ │ ├── my-QQ_08.jpg
│ │ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ │ ├── my-QQ_12.jpg
│ │ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ └── video_03.png
│ │ │ │ │ ├── my-QQ_03.jpg
│ │ │ │ │ ├── my-QQ_05.jpg
│ │ │ │ │ ├── my-QQ_07.jpg
│ │ │ │ │ ├── my-QQ_09.jpg
│ │ │ │ │ ├── my-QQ_10.jpg
│ │ │ │ │ ├── my-QQ_11.jpg
│ │ │ │ │ ├── my-QQ_14.jpg
│ │ │ │ │ ├── my-QQ_15.jpg
│ │ │ │ │ ├── my-QQ_16.jpg
│ │ │ │ │ ├── QQ08.jpg
│ │ │ │ │ ├── QQ12.jpg
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── video_03.png
│ │ │ │ │ └── 登录_03.jpg
│ │ │ │ ├── MyQQClient.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQClient.exe
│ │ │ │ │ │ ├── MyQQClient.F_Chat.resources
│ │ │ │ │ │ ├── MyQQClient.F_Client.resources
│ │ │ │ │ │ ├── MyQQClient.F_Logon.resources
│ │ │ │ │ │ ├── MyQQClient.F_SerSetup.resources
│ │ │ │ │ │ ├── MyQQClient.pdb
│ │ │ │ │ │ ├── MyQQClient.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── MyQQClient.csproj.FileList.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQClient.sln
│ │ │ └── MyQQClient.suo
│ │ ├── MyQQServer
│ │ │ ├── MyQQServer
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.vshost.exe
│ │ │ │ │ │ ├── QQClass.dll
│ │ │ │ │ │ └── QQClass.pdb
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── MyQQServer.vshost.exe
│ │ │ │ ├── DataBase
│ │ │ │ │ ├── db_MyQQData_Data.MDF
│ │ │ │ │ └── db_MyQQData_log.LDF
│ │ │ │ ├── F_Server.cs
│ │ │ │ ├── F_Server.Designer.cs
│ │ │ │ ├── F_Server.resx
│ │ │ │ ├── MyQQServer.csproj
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── MyQQServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── MyQQServer.exe
│ │ │ │ │ │ ├── MyQQServer.F_Server.resources
│ │ │ │ │ │ ├── MyQQServer.pdb
│ │ │ │ │ │ ├── MyQQServer.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ ├── MyQQServer.csproj.FileList.txt
│ │ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MyQQ.sln
│ │ │ └── MyQQ.suo
│ │ └── QQClass
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── QQClass.dll
│ │ │ └── QQClass.pdb
│ │ ├── ClassForms.cs
│ │ ├── ClassMsg.cs
│ │ ├── ClassOptionData.cs
│ │ ├── ClassSerializers.cs
│ │ ├── ClassUserInfo.cs
│ │ ├── ClassUsers.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQClass.dll
│ │ │ │ ├── QQClass.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── QQClass.dll
│ │ │ │ └── TempPE
│ │ │ └── QQClass.csproj.FileList.txt
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Publec_Class.cs
│ │ ├── QQClass.csproj
│ │ ├── UDPSocket.cs
│ │ ├── UDPSocket.Designer.cs
│ │ └── Video.cs
│ └── readme.doc
├── 06
│ ├── MrCy
│ │ ├── Backup
│ │ │ ├── MrCy
│ │ │ │ ├── AboutBox1.cs
│ │ │ │ ├── AboutBox1.Designer.cs
│ │ │ │ ├── AboutBox1.resx
│ │ │ │ ├── BaseClass
│ │ │ │ │ └── DBConn.cs
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_MrCy_Log.LDF
│ │ │ │ ├── frmBF.cs
│ │ │ │ ├── frmBF.Designer.cs
│ │ │ │ ├── frmBF.resx
│ │ │ │ ├── frmCalender.cs
│ │ │ │ ├── frmCalender.Designer.cs
│ │ │ │ ├── frmCalender.resx
│ │ │ │ ├── frmDC.cs
│ │ │ │ ├── frmDC.Designer.cs
│ │ │ │ ├── frmDC.resx
│ │ │ │ ├── frmDesk.cs
│ │ │ │ ├── frmDesk.Designer.cs
│ │ │ │ ├── frmDesk.resx
│ │ │ │ ├── frmDetails.cs
│ │ │ │ ├── frmDetails.Designer.cs
│ │ │ │ ├── frmDetails.resx
│ │ │ │ ├── frmHF.cs
│ │ │ │ ├── frmHF.Designer.cs
│ │ │ │ ├── frmHF.resx
│ │ │ │ ├── frmJZ.cs
│ │ │ │ ├── frmJZ.Designer.cs
│ │ │ │ ├── frmJZ.resx
│ │ │ │ ├── frmLock.cs
│ │ │ │ ├── frmLock.Designer.cs
│ │ │ │ ├── frmLock.resx
│ │ │ │ ├── frmLogin.cs
│ │ │ │ ├── frmLogin.Designer.cs
│ │ │ │ ├── frmLogin.resx
│ │ │ │ ├── frmMain.cs
│ │ │ │ ├── frmMain.Designer.cs
│ │ │ │ ├── frmMain.resx
│ │ │ │ ├── frmOpen.cs
│ │ │ │ ├── frmOpen.Designer.cs
│ │ │ │ ├── frmOpen.resx
│ │ │ │ ├── frmPwd.cs
│ │ │ │ ├── frmPwd.Designer.cs
│ │ │ │ ├── frmPwd.resx
│ │ │ │ ├── frmQxGl.cs
│ │ │ │ ├── frmQxGl.Designer.cs
│ │ │ │ ├── frmQxGl.resx
│ │ │ │ ├── frmSerch.cs
│ │ │ │ ├── frmSerch.Designer.cs
│ │ │ │ ├── frmSerch.resx
│ │ │ │ ├── frmUser.cs
│ │ │ │ ├── frmUser.Designer.cs
│ │ │ │ ├── frmUser.resx
│ │ │ │ ├── Image
│ │ │ │ │ ├── a_1.gif
│ │ │ │ │ ├── a_1.jpg
│ │ │ │ │ ├── a_2.gif
│ │ │ │ │ ├── a_2.jpg
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── bg0.jpg
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── j_1.gif
│ │ │ │ │ └── login.jpg
│ │ │ │ ├── MrCy.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── MrCy.sln
│ │ │ └── MrCy.suo
│ │ ├── MrCy
│ │ │ ├── AboutBox1.cs
│ │ │ ├── AboutBox1.Designer.cs
│ │ │ ├── AboutBox1.resx
│ │ │ ├── BaseClass
│ │ │ │ └── DBConn.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataBase
│ │ │ │ │ └── db_MrCy_Log.LDF
│ │ │ │ ├── MrCy.exe
│ │ │ │ ├── MrCy.pdb
│ │ │ │ ├── MrCy.vshost.exe
│ │ │ │ └── MrCy.vshost.exe.manifest
│ │ │ ├── Data
│ │ │ ├── DataBase
│ │ │ │ ├── db_MrCy_Log.LDF
│ │ │ │ └── db_MrCy.MDF
│ │ │ ├── frmBF.cs
│ │ │ ├── frmBF.Designer.cs
│ │ │ ├── frmBF.resx
│ │ │ ├── frmCalender.cs
│ │ │ ├── frmCalender.Designer.cs
│ │ │ ├── frmCalender.resx
│ │ │ ├── frmDC.cs
│ │ │ ├── frmDC.Designer.cs
│ │ │ ├── frmDC.resx
│ │ │ ├── frmDesk.cs
│ │ │ ├── frmDesk.Designer.cs
│ │ │ ├── frmDesk.resx
│ │ │ ├── frmDetails.cs
│ │ │ ├── frmDetails.Designer.cs
│ │ │ ├── frmDetails.resx
│ │ │ ├── frmHF.cs
│ │ │ ├── frmHF.Designer.cs
│ │ │ ├── frmHF.resx
│ │ │ ├── frmJZ.cs
│ │ │ ├── frmJZ.Designer.cs
│ │ │ ├── frmJZ.resx
│ │ │ ├── frmLock.cs
│ │ │ ├── frmLock.Designer.cs
│ │ │ ├── frmLock.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frmOpen.cs
│ │ │ ├── frmOpen.Designer.cs
│ │ │ ├── frmOpen.resx
│ │ │ ├── frmPwd.cs
│ │ │ ├── frmPwd.Designer.cs
│ │ │ ├── frmPwd.resx
│ │ │ ├── frmQxGl.cs
│ │ │ ├── frmQxGl.Designer.cs
│ │ │ ├── frmQxGl.resx
│ │ │ ├── frmSerch.cs
│ │ │ ├── frmSerch.Designer.cs
│ │ │ ├── frmSerch.resx
│ │ │ ├── frmUser.cs
│ │ │ ├── frmUser.Designer.cs
│ │ │ ├── frmUser.resx
│ │ │ ├── Image
│ │ │ │ ├── a_1.gif
│ │ │ │ ├── a_1.jpg
│ │ │ │ ├── a_2.gif
│ │ │ │ ├── a_2.jpg
│ │ │ │ ├── bg_03.gif
│ │ │ │ ├── bg0.jpg
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── j_1.gif
│ │ │ │ └── login.jpg
│ │ │ ├── MrCy.csproj
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── MrCy.AboutBox1.resources
│ │ │ │ │ ├── MrCy.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MrCy.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MrCy.exe
│ │ │ │ │ ├── MrCy.frmBF.resources
│ │ │ │ │ ├── MrCy.frmCalender.resources
│ │ │ │ │ ├── MrCy.frmDC.resources
│ │ │ │ │ ├── MrCy.frmDesk.resources
│ │ │ │ │ ├── MrCy.frmDetails.resources
│ │ │ │ │ ├── MrCy.frmHF.resources
│ │ │ │ │ ├── MrCy.frmJZ.resources
│ │ │ │ │ ├── MrCy.frmLock.resources
│ │ │ │ │ ├── MrCy.frmLogin.resources
│ │ │ │ │ ├── MrCy.frmMain.resources
│ │ │ │ │ ├── MrCy.frmOpen.resources
│ │ │ │ │ ├── MrCy.frmPwd.resources
│ │ │ │ │ ├── MrCy.frmQxGl.resources
│ │ │ │ │ ├── MrCy.frmSerch.resources
│ │ │ │ │ ├── MrCy.frmUser.resources
│ │ │ │ │ ├── MrCy.pdb
│ │ │ │ │ ├── MrCy.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── MrCy.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MrCy.sln
│ │ ├── MrCy.suo
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ └── readme.doc
├── 07
│ ├── PWMS
│ │ ├── PWMS
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── bar
│ │ │ │ │ └── 2008-1-9104229.bak
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ ├── Interop.Word.dll
│ │ │ │ ├── PWMS.exe
│ │ │ │ ├── PWMS.pdb
│ │ │ │ └── PWMS.vshost.exe
│ │ │ ├── DataBase
│ │ │ │ ├── db_PWMS_log.ldf
│ │ │ │ └── db_PWMS.mdf
│ │ │ ├── DataClass
│ │ │ │ └── MyMeans.cs
│ │ │ ├── F_Login.cs
│ │ │ ├── F_Login.Designer.cs
│ │ │ ├── F_Login.resx
│ │ │ ├── F_Main.cs
│ │ │ ├── F_Main.Designer.cs
│ │ │ ├── F_Main.resx
│ │ │ ├── Image
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.PNG
│ │ │ │ ├── 03.PNG
│ │ │ │ ├── 04.PNG
│ │ │ │ ├── 05.PNG
│ │ │ │ ├── 06.PNG
│ │ │ │ ├── 07.PNG
│ │ │ │ ├── 08.PNG
│ │ │ │ ├── 09.PNG
│ │ │ │ ├── PEOPLE.jpg
│ │ │ │ ├── 主界面.bmp
│ │ │ │ ├── 人事档案浏览.bmp
│ │ │ │ ├── 人事资料查询.BMP
│ │ │ │ ├── 修改.BMP
│ │ │ │ ├── 关闭.BMP
│ │ │ │ ├── 删除.BMP
│ │ │ │ ├── 员工合同提示.BMP
│ │ │ │ ├── 备份.bmp
│ │ │ │ ├── 日常记事.bmp
│ │ │ │ ├── 权限.BMP
│ │ │ │ ├── 添加.BMP
│ │ │ │ ├── 登录1.BMP
│ │ │ │ ├── 登录.BMP
│ │ │ │ ├── 退出系统.BMP
│ │ │ │ └── 通讯录.BMP
│ │ │ ├── InfoAddForm
│ │ │ │ ├── F_Address.cs
│ │ │ │ ├── F_Address.Designer.cs
│ │ │ │ ├── F_Address.resx
│ │ │ │ ├── F_Basic.cs
│ │ │ │ ├── F_Basic.Designer.cs
│ │ │ │ ├── F_Basic.resx
│ │ │ │ ├── F_ClewSet.cs
│ │ │ │ ├── F_ClewSet.Designer.cs
│ │ │ │ └── F_ClewSet.resx
│ │ │ ├── ModuleClass
│ │ │ │ └── MyModule.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ ├── Interop.VBIDE.dll
│ │ │ │ │ ├── Interop.Word.dll
│ │ │ │ │ ├── PWMS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── PWMS.csproj.ResolveComReference.cache
│ │ │ │ │ ├── PWMS.exe
│ │ │ │ │ ├── PWMS.F_Login.resources
│ │ │ │ │ ├── PWMS.F_Main.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Address.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_Basic.resources
│ │ │ │ │ ├── PWMS.InfoAddForm.F_ClewSet.resources
│ │ │ │ │ ├── PWMS.pdb
│ │ │ │ │ ├── PWMS.PerForm.F_AddressList.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ClearData.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Find.resources
│ │ │ │ │ ├── PWMS.PerForm.F_HaveBack.resources
│ │ │ │ │ ├── PWMS.PerForm.F_ManFile.resources
│ │ │ │ │ ├── PWMS.PerForm.F_Stat.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserAdd.resources
│ │ │ │ │ ├── PWMS.PerForm.F_UserPope.resources
│ │ │ │ │ ├── PWMS.PerForm.F_User.resources
│ │ │ │ │ ├── PWMS.PerForm.F_WordPad.resources
│ │ │ │ │ ├── PWMS.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ └── PWMS.csproj.FileList.txt
│ │ │ ├── PerForm
│ │ │ │ ├── F_AddressList.cs
│ │ │ │ ├── F_AddressList.Designer.cs
│ │ │ │ ├── F_AddressList.resx
│ │ │ │ ├── F_ClearData.cs
│ │ │ │ ├── F_ClearData.Designer.cs
│ │ │ │ ├── F_ClearData.resx
│ │ │ │ ├── F_Find.cs
│ │ │ │ ├── F_Find.Designer.cs
│ │ │ │ ├── F_Find.resx
│ │ │ │ ├── F_HaveBack.cs
│ │ │ │ ├── F_HaveBack.Designer.cs
│ │ │ │ ├── F_HaveBack.resx
│ │ │ │ ├── F_ManFile.cs
│ │ │ │ ├── F_ManFile.Designer.cs
│ │ │ │ ├── F_ManFile.resx
│ │ │ │ ├── F_Stat.cs
│ │ │ │ ├── F_Stat.Designer.cs
│ │ │ │ ├── F_Stat.resx
│ │ │ │ ├── F_UserAdd.cs
│ │ │ │ ├── F_UserAdd.Designer.cs
│ │ │ │ ├── F_UserAdd.resx
│ │ │ │ ├── F_User.cs
│ │ │ │ ├── F_User.Designer.cs
│ │ │ │ ├── F_UserPope.cs
│ │ │ │ ├── F_UserPope.Designer.cs
│ │ │ │ ├── F_UserPope.resx
│ │ │ │ ├── F_User.resx
│ │ │ │ ├── F_WordPad.cs
│ │ │ │ ├── F_WordPad.Designer.cs
│ │ │ │ └── F_WordPad.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── PWMS.csproj
│ │ ├── PWMS.sln
│ │ └── PWMS.suo
│ └── readme.doc
├── 08
│ ├── CHEXC
│ │ ├── CHEXC
│ │ │ ├── bg.JPG
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CHEXC.exe
│ │ │ │ ├── CHEXC.pdb
│ │ │ │ └── CHEXC.vshost.exe
│ │ │ ├── CHEXC.csproj
│ │ │ ├── ClassInfo
│ │ │ │ ├── tb_Company.cs
│ │ │ │ ├── tb_EmpInfo.cs
│ │ │ │ ├── tb_JhGoodsInfo.cs
│ │ │ │ ├── tb_KcGoods.cs
│ │ │ │ ├── tb_SellGoods.cs
│ │ │ │ └── tb_ThGoodsInfo.cs
│ │ │ ├── DataBase
│ │ │ │ ├── db_CSManage_log.ldf
│ │ │ │ └── db_CSManage.mdf
│ │ │ ├── frmCompanyInfo.cs
│ │ │ ├── frmCompanyInfo.Designer.cs
│ │ │ ├── frmCompanyInfo.resx
│ │ │ ├── frm.cs
│ │ │ ├── frmDataBack.cs
│ │ │ ├── frmDataBack.Designer.cs
│ │ │ ├── frmDataBack.resx
│ │ │ ├── frmDataReole.cs
│ │ │ ├── frmDataReole.Designer.cs
│ │ │ ├── frmDataReole.resx
│ │ │ ├── frm.Designer.cs
│ │ │ ├── frmEmpInfo.cs
│ │ │ ├── frmEmpInfo.Designer.cs
│ │ │ ├── frmEmpInfo.resx
│ │ │ ├── frmFindGood.cs
│ │ │ ├── frmFindGood.Designer.cs
│ │ │ ├── frmFindGood.resx
│ │ │ ├── frmGonYingShang.cs
│ │ │ ├── frmGonYingShang.Designer.cs
│ │ │ ├── frmGonYingShang.resx
│ │ │ ├── frmGoodID.cs
│ │ │ ├── frmGoodID.Designer.cs
│ │ │ ├── frmGoodID.resx
│ │ │ ├── frmJhGoodsInfo.cs
│ │ │ ├── frmJhGoodsInfo.Designer.cs
│ │ │ ├── frmJhGoodsInfo.resx
│ │ │ ├── frmKcGoodFind.cs
│ │ │ ├── frmKcGoodFind.Designer.cs
│ │ │ ├── frmKcGoodFind.resx
│ │ │ ├── frmKcGoods.cs
│ │ │ ├── frmKcGoods.Designer.cs
│ │ │ ├── frmKcGoods.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── frm.resx
│ │ │ ├── frmSellGoodInfo.cs
│ │ │ ├── frmSellGoodInfo.Designer.cs
│ │ │ ├── frmSellGoodInfo.resx
│ │ │ ├── frmSellGoods.cs
│ │ │ ├── frmSellGoods.Designer.cs
│ │ │ ├── frmSellGoods.resx
│ │ │ ├── frmThGoodsInfo.cs
│ │ │ ├── frmThGoodsInfo.Designer.cs
│ │ │ ├── frmThGoodsInfo.resx
│ │ │ ├── GoodMenhod
│ │ │ │ ├── getSqlConnection.cs
│ │ │ │ ├── tb_CompanyMenthod.cs
│ │ │ │ ├── tb_EmpInfoMenthod.cs
│ │ │ │ ├── tb_JhGoodsInfoMenthod.cs
│ │ │ │ ├── tb_KcGoodsMenthod.cs
│ │ │ │ ├── tb_SellGoodsMenthod.cs
│ │ │ │ └── tb_ThGoodsMenthod.cs
│ │ │ ├── obj
│ │ │ │ ├── CHEXC.csproj.FileList.txt
│ │ │ │ └── Debug
│ │ │ │ ├── CHEXC.csproj.GenerateResource.Cache
│ │ │ │ ├── CHEXC.exe
│ │ │ │ ├── CHEXC.frmCompanyInfo.resources
│ │ │ │ ├── CHEXC.frmDataBack.resources
│ │ │ │ ├── CHEXC.frmDataReole.resources
│ │ │ │ ├── CHEXC.frmEmpInfo.resources
│ │ │ │ ├── CHEXC.frmFindGood.resources
│ │ │ │ ├── CHEXC.frmGonYingShang.resources
│ │ │ │ ├── CHEXC.frmGoodID.resources
│ │ │ │ ├── CHEXC.frmJhGoodsInfo.resources
│ │ │ │ ├── CHEXC.frmKcGoodFind.resources
│ │ │ │ ├── CHEXC.frmKcGoods.resources
│ │ │ │ ├── CHEXC.frmLogin.resources
│ │ │ │ ├── CHEXC.frmMain.resources
│ │ │ │ ├── CHEXC.frmSellGoodInfo.resources
│ │ │ │ ├── CHEXC.frmSellGoods.resources
│ │ │ │ ├── CHEXC.frmThGoodsInfo.resources
│ │ │ │ ├── CHEXC.pdb
│ │ │ │ ├── CHEXC.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── bg.JPG
│ │ │ ├── 保存1.ico
│ │ │ ├── 保存.ico
│ │ │ ├── 修改.ico
│ │ │ ├── 删除1.ico
│ │ │ ├── 删除.ico
│ │ │ ├── 取消.ico
│ │ │ ├── 取消按钮.png
│ │ │ ├── 添加.ico
│ │ │ ├── 确定按钮.png
│ │ │ ├── 背景.bmp
│ │ │ └── 退出.ico
│ │ ├── CHEXC.sln
│ │ └── CHEXC.suo
│ └── readme.doc
├── 09
│ ├── ExamOnLine
│ │ ├── admin
│ │ │ ├── AddExamination.aspx
│ │ │ ├── AddExamination.aspx.cs
│ │ │ ├── AddStudentInfo.aspx
│ │ │ ├── AddStudentInfo.aspx.cs
│ │ │ ├── AddTeacherInfo.aspx
│ │ │ ├── AddTeacherInfo.aspx.cs
│ │ │ ├── AdminChangePwd.aspx
│ │ │ ├── AdminChangePwd.aspx.cs
│ │ │ ├── AdminManage.aspx
│ │ │ ├── AdminManage.aspx.cs
│ │ │ ├── ChangeStudentInfo.aspx
│ │ │ ├── ChangeStudentInfo.aspx.cs
│ │ │ ├── ExaminationDetail.aspx
│ │ │ ├── ExaminationDetail.aspx.cs
│ │ │ ├── ExaminationInfo.aspx
│ │ │ ├── ExaminationInfo.aspx.cs
│ │ │ ├── ExaminationResult.aspx
│ │ │ ├── ExaminationResult.aspx.cs
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── left.htm
│ │ │ ├── Logout.aspx
│ │ │ ├── Logout.aspx.cs
│ │ │ ├── StudentInfo.aspx
│ │ │ ├── StudentInfo.aspx.cs
│ │ │ ├── Subject.aspx
│ │ │ ├── Subject.aspx.cs
│ │ │ ├── TeacherInfo.aspx
│ │ │ ├── TeacherInfo.aspx.cs
│ │ │ ├── TeacherXXinfo.aspx
│ │ │ └── TeacherXXinfo.aspx.cs
│ │ ├── App_Code
│ │ │ ├── BaseClass.cs
│ │ │ ├── MessageBox.cs
│ │ │ └── projClass.cs
│ │ ├── App_Data
│ │ │ ├── db_ExamOnline.ldf
│ │ │ └── db_ExamOnline.mdf
│ │ ├── Image
│ │ │ ├── back_01.gif
│ │ │ ├── back_03.gif
│ │ │ ├── back_13.gif
│ │ │ ├── bg.gif
│ │ │ ├── emame_03.gif
│ │ │ ├── exame_02.gif
│ │ │ ├── exame_05.gif
│ │ │ ├── kemu_03.gif
│ │ │ ├── login.gif
│ │ │ └── rule_03.gif
│ │ ├── Image.aspx
│ │ ├── Image.aspx.cs
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Mystyle.css
│ │ ├── student
│ │ │ ├── result.aspx
│ │ │ ├── result.aspx.cs
│ │ │ ├── StartExam.aspx
│ │ │ ├── StartExam.aspx.cs
│ │ │ ├── studentexam.aspx
│ │ │ └── studentexam.aspx.cs
│ │ ├── teacher
│ │ │ ├── Img
│ │ │ │ ├── back_08.gif
│ │ │ │ ├── back_11.gif
│ │ │ │ └── back_left_06.gif
│ │ │ ├── TAddExamination.aspx
│ │ │ ├── TAddExamination.aspx.cs
│ │ │ ├── TeacherChangePwd.aspx
│ │ │ ├── TeacherChangePwd.aspx.cs
│ │ │ ├── TeacherManage.aspx
│ │ │ ├── TeacherManage.aspx.cs
│ │ │ ├── TExaminationDetail.aspx
│ │ │ ├── TExaminationDetail.aspx.cs
│ │ │ ├── TExaminationInfo.aspx
│ │ │ ├── TExaminationInfo.aspx.cs
│ │ │ ├── TExaminationResult.aspx
│ │ │ ├── TExaminationResult.aspx.cs
│ │ │ ├── Tleft.htm
│ │ │ ├── TLogout.aspx
│ │ │ └── TLogout.aspx.cs
│ │ ├── UserControls
│ │ │ ├── Fooder.ascx
│ │ │ ├── Fooder.ascx.cs
│ │ │ ├── Header1.ascx
│ │ │ ├── Header1.ascx.cs
│ │ │ ├── Header2.ascx
│ │ │ └── Header2.ascx.cs
│ │ └── Web.Config
│ └── readme.doc
└── 10
├── LibraryMS
│ ├── App_Code
│ │ ├── AdminManage.cs
│ │ ├── BookcaseManage.cs
│ │ ├── BookManage.cs
│ │ ├── BorrowandBackManage.cs
│ │ ├── BTypeManage.cs
│ │ ├── DataBase.cs
│ │ ├── LibraryManage.cs
│ │ ├── OperatorClass.cs
│ │ ├── PubManage.cs
│ │ ├── PurviewManage.cs
│ │ ├── ReaderManage.cs
│ │ ├── RTypeManage.cs
│ │ └── ValidateClass.cs
│ ├── App_Data
│ │ ├── db_LibraryMS_log.ldf
│ │ └── db_LibraryMS.mdf
│ ├── BookBRManage
│ │ ├── BorrowBook.aspx
│ │ ├── BorrowBook.aspx.cs
│ │ ├── ReturnBook.aspx
│ │ └── ReturnBook.aspx.cs
│ ├── BookManage
│ │ ├── AddBook.aspx
│ │ ├── AddBook.aspx.cs
│ │ ├── AddBType.aspx
│ │ ├── AddBType.aspx.cs
│ │ ├── BookManage.aspx
│ │ ├── BookManage.aspx.cs
│ │ ├── BTypeManage.aspx
│ │ └── BTypeManage.aspx.cs
│ ├── Common
│ │ ├── ChanagePwd.aspx
│ │ ├── ChanagePwd.aspx.cs
│ │ ├── checkcode.aspx
│ │ └── checkcode.aspx.cs
│ ├── css.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── images
│ │ ├── chaxun tubiao.gif
│ │ ├── dakuang1.gif
│ │ ├── danganguanli.gif
│ │ ├── denglu.gif
│ │ ├── duzhedanganguanli.gif
│ │ ├── duzheleixingguanli.gif
│ │ ├── genggaimima.gif
│ │ ├── guanliyuanshezhi.gif
│ │ ├── index_02.gif
│ │ ├── index_05.gif
│ │ ├── index_08.gif
│ │ ├── index_14.gif
│ │ ├── more.gif
│ │ ├── shujiaguanli.gif
│ │ ├── shujiaxinxi.gif
│ │ ├── shuxian1.gif
│ │ ├── shuxian.jpg
│ │ ├── Thumbs.db
│ │ ├── tianjiaduzheleixingxinxi.gif
│ │ ├── tianjiaguanliyuanxinxi.gif
│ │ ├── tianjiashujiaxinxi.gif
│ │ ├── tianjia tubiao.gif
│ │ ├── tianjiatushuleixingxinxi.gif
│ │ ├── tianjiaxiugaiduzhexinxi.gif
│ │ ├── tianjiaxiugaitushuxinxi.gif
│ │ ├── tushudanganchaxun.gif
│ │ ├── tushuguanxinxi.gif
│ │ ├── tushuguihuan.gif
│ │ ├── tushujieyuechaxun.gif
│ │ ├── tushujieyue.gif
│ │ ├── tushuleixingguanli.gif
│ │ ├── tu shu pai hang2.gif
│ │ ├── tu shu pai hang3.gif
│ │ ├── tu shu pai hang.gif
│ │ ├── zu zhe pai hang.gif
│ │ └── zuzheyanzheng.gif
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── MasterPage
│ │ ├── MainMasterPage.master
│ │ └── MainMasterPage.master.cs
│ ├── ReaderManage
│ │ ├── AddReader.aspx
│ │ ├── AddReader.aspx.cs
│ │ ├── AddRType.aspx
│ │ ├── AddRType.aspx.cs
│ │ ├── ReaderManage.aspx
│ │ ├── ReaderManage.aspx.cs
│ │ ├── RTypeManage.aspx
│ │ └── RTypeManage.aspx.cs
│ ├── SortManage
│ │ ├── BookBorrowSort.aspx
│ │ ├── BookBorrowSort.aspx.cs
│ │ ├── ReaderBorrowSort.aspx
│ │ └── ReaderBorrowSort.aspx.cs
│ ├── SysQuery
│ │ ├── BBorrowQuery.aspx
│ │ ├── BBorrowQuery.aspx.cs
│ │ ├── BookQuery.aspx
│ │ └── BookQuery.aspx.cs
│ ├── SysSet
│ │ ├── AddAdmin.aspx
│ │ ├── AddAdmin.aspx.cs
│ │ ├── AddBCase.aspx
│ │ ├── AddBCase.aspx.cs
│ │ ├── AdminManage.aspx
│ │ ├── AdminManage.aspx.cs
│ │ ├── BCaseManage.aspx
│ │ ├── BCaseManage.aspx.cs
│ │ ├── LibraryInfo.aspx
│ │ └── LibraryInfo.aspx.cs
│ └── Web.Config
└── readme.doc
177 directories, 1083 files
评论